CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough 直线检测

搜索资源列表

  1. image-detection-and-transformation

    0下载:
  2. 利用hough变换检测图像中的形状圆和直线,以及图像几何变换-detecting image circle or line using hough transformation and transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:5018
    • 提供者:zhao
  1. HoughLine

    0下载:
  2. 用于道路的检测,通过调用opencv中的直线检测算法Hough变换,检测结构化道路的道路引导线-For road detection, Hough transform, by calling the line detection algorithm in opencv detect structural road road guide line
  3. 所属分类:OpenCV

    • 发布日期:2017-12-04
    • 文件大小:28267520
    • 提供者:
  1. hHHoough111o

    0下载:
  2. hough变换检测直直线的matlab算法 -hough transform to detect straight linear Matlab algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:1162
    • 提供者:谨防
  1. Line-Detection-

    0下载:
  2. 这是一个基于Hough变换的直线检测matlab程序文件,可以有效地检测直线-Line Detection via Standard Hough Transform
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:1453
    • 提供者:牛子蛋
  1. hough_lines

    0下载:
  2. vs下C++编程的霍夫直线检测代码,使用openCV新的C++接口函数。包含测试图片,已编译,直接点击运行按钮运行出结果。-Vs C++ programming under hough line detection code, the use of openCV new C++ interface function. Contains test images, compiled, click the run button running out the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:8747645
    • 提供者:lee
  1. hough

    0下载:
  2. 通过本程序,通过输入一幅图像,实现hough变换,本变换可以顺利检测图像中的直线-Hough transform by the present procedure, by the input of an image, the transformation may be a straight line smoothly detect images
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:73502
    • 提供者:武阿明
  1. hugh

    0下载:
  2. VC++2010实现Hough变换检测直线-VC++ 2010 to realize Hough transform to detect linear
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:7765025
    • 提供者:王婉
  1. Detecting-Coins

    0下载:
  2. 用直线检测和边缘检测来检测圆,用硬币来实验-Detecting Coins using Hough Tramsform
  3. 所属分类:Document

    • 发布日期:2017-11-14
    • 文件大小:143817
    • 提供者:杨林
  1. jindianhough

    0下载:
  2. 采用hough变化进行直线检测,应用matlab自带的函数进行检测-Hough the changes line detection function detects application matlab comes
  3. 所属分类:Special Effects

    • 发布日期:2017-11-29
    • 文件大小:1384
    • 提供者:俞正国
  1. hough

    0下载:
  2. 检测出所显示图像中的原有的直线,并标注出来-The original straight line of the displayed image is detected, and marked out
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:665
    • 提供者:方娜
  1. Hough

    0下载:
  2. 用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径-The HOUGH detect stra
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:45582
    • 提供者:chen
  1. Hough

    0下载:
  2. 用基本的循环语言实现Hough变换以及用这种方法检测图像中的直线。代码深刻体现了hough变化的思想,便于初学者理会图像处理工具箱中的函数。-The basic cycle language Hough transform as well as a straight line in the image is detected by this method. The code reflects the profound change in the thinking of the hough, th
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:1447
    • 提供者:谢双云
  1. 20130119

    0下载:
  2. 数字图像处理边缘检测(hough变化-平行直线检测,轮廓跟踪、提取,种子填充算法1和2)的具体实现。-The edge detection digital image processing (hough change- parallel line detection, the concrete realization of contour tracking, extract, seed filling algorithm 1 and 2).
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:2113961
    • 提供者:谢生龙
  1. houghss

    0下载:
  2. 基于canny边缘检测和hough变换的长直线检测,入门级别,代码简单易懂。-Long canny edge detection and hough transform line detection, entry-level, the code is simple and easy to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:619
    • 提供者:张小红
  1. Hough

    1下载:
  2. 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线提取出来。-This function is used to detect images of parallel straight lines. If there are two parallel lines, the image is two parallel lines extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-10
    • 文件大小:8209
    • 提供者:彭颖
  1. hough

    0下载:
  2. hough 变换 实现了对图像中直线的检测,同时还实现了其他功能-hough transform to achieve a straight line in the image detection, while still achieving other features
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:98549
    • 提供者:江子巷
  1. Hough

    0下载:
  2. Hough检测直线,圆,椭圆的代码,用hough变换实现圆的检测,能完美检测出图像中的圆、直线和椭圆-Hough detection of straight line, circle, ellipse, code, hough transform circle detection can be perfect in the detected image of circles, lines and ellipses
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:2268
    • 提供者:李文
  1. hough-change

    0下载:
  2. 利用opencv对图像进行哈夫变换,Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Opencv use the Hough transform to the image, Hough transformation point- line Duality image space and Hough parameter space to the image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:9427298
    • 提供者:赵健
  1. LineDetection

    1下载:
  2. 基于Hough变换和基于Radon变换的直线检测算法代码-source code of two straight line detection algorithm (based on Hough Transform and Radon Transform)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2048
    • 提供者:Shan Haotian
  1. houghline

    0下载:
  2. 霍夫直线检测,用来检测图像中直线部分,通过参数调节,可以得到较好的实验结果-Hough line detection, used to detect images linear part, through parameter adjustment, you can get a better experimental results
  3. 所属分类:OpenCV

    • 发布日期:2017-12-02
    • 文件大小:634
    • 提供者:Daisy
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 22 »
搜珍网 www.dssz.com